lcTIN_AddPoint Home

Adds new point into a TIN object.

 BOOL lcTIN_AddPoint (
   HANDLE hTIN,
   LPCWSTR szNamePtype,
   double X,
   double Y,
   double Z
 );

Parameters
hTIN
  Handle to a TIN object. If NULL then points will be stored in inner buffer, for creation new TIN object. See function lcBlockAddTIN.
szNamePtype
  Name of point type. If it does not exist then new point type will be added.
X Y Z
  Point coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcTIN_PntGetFirstlcTIN_PntGetNext